home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EDUCORP 8
/
Educorp2Compilation.sit
/
educorp2
/
Demos
/
ALGEBRA Demo
/
twolines.trs
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-07-06
|
210 b
|
33 lines
MENU
1
5
BOX
2
x + y = -1
-2*x + 3*y = 7
PAUSE
MENU
1
1
BOX
2
y = 2/3*x + 2
-2*x + 3*y = 7
MESSAGE
2
Two parallel lines.
They do not intersect.
PAUSE
MENU
1
1
BOX
2
y = 2*x - 3
4*x - 2*y = 6
PAUSE
MENU
1
3
END